[WebMethod(CacheDuration=60)]
public string GetServerTime() {
   return DateTime.Now.ToLongTimeString();
}
